Interface IPort<C>
Represents a port that is associated with a specific channel and pin.
Assembly: Meadow.Contracts.dll
View Source
public interface IPort<C> : IDisposable where C : IChannelInfo
Properties
Channel
Gets the channel associated with the port.
View Source
C Channel { get; }
Pin
Gets the pin associated with the port.
View Source
IPin Pin { get; }